翻訳と辞書
Words near each other
・ Curius chemsaki
・ Curius dentatus
・ Curius panamensis
・ Curius punctatus
・ Curiyo
・ Curières
・ Curiñanco
・ Curiñancu
・ Curiúva
・ Curița River
・ CURL
・ Curl
・ Curl (football)
・ Curl (Japanese snack)
・ Curl (mathematics)
Curl (programming language)
・ Curl (route)
・ Curl Atlantic Championship
・ Curl BC
・ Curl Brothers
・ Curl Curl
・ Curl Girls
・ Curl Manitoba
・ Curl Mesabi Classic
・ Curl of the Burl
・ Curl Thompson
・ Curl Up and Die
・ Curl-crested aracari
・ Curl-crested jay
・ Curl-crested manucode


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Curl (programming language) : ウィキペディア英語版
Curl (programming language)

Curl is a reflective object-oriented programming language for interactive web applications whose goal is to provide a smoother transition between formatting and programming. It makes it possible to embed complex objects in simple documents without needing to switch between programming languages or development platforms.The Curl implementation initially consisted of just an interpreter, but a compiler was later added.
Curl combines text markup (as in HTML), scripting (as in JavaScript), and heavy-duty computing (as in Java, C#, or C++) within one unified framework. It is used in a range of internal enterprise, B2B, and B2C applications.
Curl programs may be compiled into Curl applets, that are viewed using the Curl RTE, a runtime environment with a plugin for web browsers. Currently, it is supported on Microsoft Windows, Linux, and Mac OS X. Curl supports ("detached applets" ), which is a web deployed applet which runs on the user's desktop independent of a browser window much as in Silverlight 3 and Adobe AIR.
==Architecture==
The Curl language attempts to address a long-standing problem: the different building blocks that make up any modern web document most often require wildly different methods of implementation: different languages, different tools, different frameworks, often completely different teams. The final — and often most difficult — hurdle has been getting all of these blocks to communicate with each other in a consistent manner. Curl attempts to side-step these problems by providing a consistent syntactic and semantic interface at all levels of web content creation: from simple HTML to complex object-oriented programming.
Curl is a markup language like HTML—that is, plain text is shown as text; at the same time, Curl includes an object-oriented programming language that supports multiple inheritance. Curl applications are not required to observe the separation of information, style, and behavior that HTML, Cascading Style Sheets (CSS), and JavaScript have imposed, although that style of programming can be used in Curl if desired.
While the Curl language can be used as an HTML replacement for presenting formatted text, its abilities range all the way to those of a compiled, strongly typed, object-oriented system programming language.〔(【引用サイトリンク】title=Curl: A Gentle Slope Language for the Web )〕 Both the authoring (HTML-level) and programming constructs of Curl can be extended in user code. The language is designed so Curl applications can be compiled to native code of the client machine by a just-in-time compiler and run at high speed. Curl applets can also be written so that they will run off-line when disconnected from the network ((occasionally connected computing )). In fact, the (Curl IDE ) is an application written in Curl.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Curl (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.